home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 1.iso / dist / fw_cups.idb / usr / freeware / etc / cups / client.conf.z / client.conf
Text File  |  2002-04-08  |  2KB  |  66 lines

  1. #
  2. # "$Id: client.conf,v 1.5 2002/01/02 17:58:37 mike Exp $"
  3. #
  4. #   Sample client configuration file for the Common UNIX Printing System
  5. #   (CUPS).
  6. #
  7. #   Copyright 1997-2002 by Easy Software Products, all rights reserved.
  8. #
  9. #   These coded instructions, statements, and computer programs are the
  10. #   property of Easy Software Products and are protected by Federal
  11. #   copyright law.  Distribution and use rights are outlined in the file
  12. #   "LICENSE.txt" which should have been included with this file.  If this
  13. #   file is missing or damaged please contact Easy Software Products
  14. #   at:
  15. #
  16. #       Attn: CUPS Licensing Information
  17. #       Easy Software Products
  18. #       44141 Airport View Drive, Suite 204
  19. #       Hollywood, Maryland 20636-3111 USA
  20. #
  21. #       Voice: (301) 373-9603
  22. #       EMail: cups-info@cups.org
  23. #         WWW: http://www.cups.org
  24. #
  25.  
  26. ########################################################################
  27. #                                                                      #
  28. # This is the CUPS client configuration file.  This file is used to    #
  29. # define client-specific parameters, such as the default server or     #
  30. # default encryption settings.                                         #
  31. #                                                                      #
  32. ########################################################################
  33.  
  34. #
  35. # ServerName: the hostname of your server.  By default CUPS will use the
  36. # hostname of the system or the value of the CUPS_SERVER environment
  37. # variable.
  38. #
  39.  
  40. #ServerName myhost.domain.com
  41.  
  42. #
  43. # Encryption: whether or not to use encryption; this depends on having
  44. # the OpenSSL library linked into the CUPS library.
  45. #
  46. # Possible values:
  47. #
  48. #     Always       - Always use encryption (SSL)
  49. #     Never        - Never use encryption
  50. #     Required     - Use TLS encryption upgrade
  51. #     IfRequested  - Use encryption if the server requests it
  52. #
  53. # The default value is "IfRequested".  This parameter can also be set
  54. # using the CUPS_ENCRYPTION environment variable.
  55. #
  56.  
  57. #Encryption Always
  58. #Encryption Never
  59. #Encryption Required
  60. #Encryption IfRequested
  61.  
  62.  
  63. #
  64. # End of "$Id: client.conf,v 1.5 2002/01/02 17:58:37 mike Exp $".
  65. #
  66.